Home
last modified time | relevance | path

Searched refs:checkint (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dpowf.c106 static inline int checkint(uint32_t iy) in checkint() function
151 if (ix & 0x80000000 && checkint(iy) == 1) in powf()
160 int yint = checkint(iy); in powf()
Dpow.c235 static inline int checkint(uint64_t iy) in checkint() function
287 if (ix >> 63 && checkint(iy) == 1) in pow()
296 int yint = checkint(iy); in pow()
/third_party/musl/src/math/
Dpowf.c106 static inline int checkint(uint32_t iy) in checkint() function
151 if (ix & 0x80000000 && checkint(iy) == 1) in powf()
160 int yint = checkint(iy); in powf()
Dpow.c235 static inline int checkint(uint64_t iy) in checkint() function
287 if (ix >> 63 && checkint(iy) == 1) in pow()
296 int yint = checkint(iy); in pow()
/third_party/optimized-routines/math/
Dpowf.c111 checkint (uint32_t iy) in checkint() function
159 if (ix & 0x80000000 && checkint (iy) == 1) in powf()
176 int yint = checkint (iy); in powf()
Dpow.c251 checkint (uint64_t iy) in checkint() function
308 if (ix >> 63 && checkint (iy) == 1) in pow()
323 int yint = checkint (iy); in pow()
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow.c235 static inline int checkint(uint64_t iy) in checkint() function
287 if (ix >> 63 && checkint(iy) == 1) in pow()
296 int yint = checkint(iy); in pow()
/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow.c235 static inline int checkint(uint64_t iy) in checkint() function
287 if (ix >> 63 && checkint(iy) == 1) in pow()
296 int yint = checkint(iy); in pow()
/third_party/libffi/src/pa/
Dhpux32.S117 L$checkint