Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dsincosf.h21 double hpi_inv; /* 2 / PI ( * 2^24 if !TOINT_INTRINSICS). */ member
111 r = x * p->hpi_inv; in reduce_fast()
118 r = x * p->hpi_inv; in reduce_fast()
/external/llvm-project/libc/src/math/
Dsincosf_utils.h26 double hpi_inv; // 2 / PI ( * 2^24 ). member
106 r = x * p->hpi_inv; in reduce_fast()