Home
last modified time | relevance | path

Searched refs:init_jk (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-libm/
H A Dtrig.c154 static const int init_jk[] = variable
196 jk = init_jk[prec]; in __kernel_rem_pio2()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__rem_pio2_large.c127 static const int init_jk[] = {3,4,4,6}; /* initial value for jk */ variable
279 jk = init_jk[prec]; in __rem_pio2_large()
/third_party/musl/src/math/
H A D__rem_pio2_large.c127 static const int init_jk[] = {3,4,4,6}; /* initial value for jk */ variable
279 jk = init_jk[prec]; in __rem_pio2_large()
/third_party/node/deps/v8/src/base/
H A Dieee754.cc451 static const int init_jk[] = {2, 3, 4, 6}; /* initial value for jk */ in __kernel_rem_pio2() local
474 jk = init_jk[prec]; in __kernel_rem_pio2()

Completed in 8 milliseconds