Home
last modified time | relevance | path

Searched refs:CLOSETO1 (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/math/
Dasinl.c27 #define CLOSETO1(u) (u.i.m>>56 >= 0xf7) macro
30 #define CLOSETO1(u) (u.i.top >= 0xee00) macro
59 if (CLOSETO1(u)) { in asinl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dasinl.c27 #define CLOSETO1(u) (u.i.m>>56 >= 0xf7) macro
30 #define CLOSETO1(u) (u.i.top >= 0xee00) macro
59 if (CLOSETO1(u)) { in asinl()