Searched refs:SET_LOW_WORD (Results 1 – 16 of 16) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
D | e_pow.c | 218 SET_LOW_WORD(t1, 0); 249 SET_LOW_WORD(s_h, 0); 265 SET_LOW_WORD(t_h, 0); 272 SET_LOW_WORD(p_h, 0); 279 SET_LOW_WORD(t1, 0); 289 SET_LOW_WORD(y1, 0); 326 SET_LOW_WORD(t, 0);
|
D | k_tan.c | 111 SET_LOW_WORD(z,0); in __kernel_tan() 114 SET_LOW_WORD(t,0); in __kernel_tan()
|
D | math_private.h | 141 #define SET_LOW_WORD(d,v) \ macro
|
D | e_rem_pio2.c | 183 SET_LOW_WORD(z, low);
|
/third_party/musl/src/math/ |
D | __tan.c | 105 SET_LOW_WORD(w0, 0); in __tan() 108 SET_LOW_WORD(a0, 0); in __tan()
|
D | acos.c | 97 SET_LOW_WORD(df,0); in acos()
|
D | asin.c | 100 SET_LOW_WORD(f,0); in asin()
|
D | erf.c | 209 SET_LOW_WORD(z,0); in erfc2()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __tan.c | 105 SET_LOW_WORD(w0, 0); in __tan() 108 SET_LOW_WORD(a0, 0); in __tan()
|
D | acos.c | 97 SET_LOW_WORD(df,0); in acos()
|
D | asin.c | 100 SET_LOW_WORD(f,0); in asin()
|
D | erf.c | 209 SET_LOW_WORD(z,0); in erfc2()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | libm.h | 221 #define SET_LOW_WORD(d,lo) \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | libm.h | 220 #define SET_LOW_WORD(d,lo) \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | libm.h | 221 #define SET_LOW_WORD(d,lo) \ macro
|
/third_party/musl/src/internal/ |
D | libm.h | 220 #define SET_LOW_WORD(d,lo) \ macro
|