Searched refs:GET_LOW_WORD (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/src/math/ |
D | acos.c | 71 GET_LOW_WORD(lx,x); in acos()
|
D | asin.c | 77 GET_LOW_WORD(lx, x); in asin()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | asin.c | 77 GET_LOW_WORD(lx, x); in asin()
|
D | acos.c | 71 GET_LOW_WORD(lx,x); in acos()
|
/third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
D | s_atan.c | 76 GET_LOW_WORD(low,x); in atan()
|
D | k_tan.c | 78 GET_LOW_WORD(low,x); in __kernel_tan()
|
D | math_private.h | 112 #define GET_LOW_WORD(i,d) \ macro
|
D | e_rem_pio2.c | 182 GET_LOW_WORD(low, x);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | libm.h | 208 #define GET_LOW_WORD(lo,d) \ macro
|
/third_party/musl/src/internal/ |
D | libm.h | 207 #define GET_LOW_WORD(lo,d) \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | libm.h | 207 #define GET_LOW_WORD(lo,d) \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | libm.h | 208 #define GET_LOW_WORD(lo,d) \ macro
|