Home
last modified time | relevance | path

Searched defs:EDOM (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/include/export/
Derrno.h51 #define EDOM 33 /* 数学参数超出作用域 Mathematics argument out of domain of function. */ macro
/DragonOS-0.1.8/kernel/src/common/
Derrno.h45 #define EDOM 33 /* 数学参数超出作用域 Mathematics argument out of domain of function. */ macro
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs100 EDOM = 33, enumerator