Searched defs:di (Results 1 - 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_jnf.c32 float a, b, temp, di; local
133 for(i=n-1,di=(float)(i+i);i>0;i--){
135 b *= di;
138 di -= two;
141 for(i=n-1,di=(float)(i+i);i>0;i--){
143 b *= di;
146 di -= two;
H A De_jn.c57 double a, b, temp, di; local
181 for(i=n-1,di=(double)(i+i);i>0;i--){
183 b *= di;
186 di -= two;
189 for(i=n-1,di=(double)(i+i);i>0;i--){
191 b *= di;
194 di -= two;
/bionic/tests/
H A Dmath_test.cpp1251 double di; local
1252 double df = modf(123.75, &di);
1253 ASSERT_DOUBLE_EQ(123.0, di);
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext32.h72 unsigned int di; member in struct:sigcontext_ia32

Completed in 782 milliseconds