Home
last modified time | relevance | path

Searched defs:d (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/compileruntime/process_lib_standard/src/main/js/test/
DProcess.test.js171 function sleep(d){ argument
191 function sleep(d){ argument
211 function sleep(d){ argument
231 function sleep(d){ argument
251 function sleep(d){ argument
/test/xts/acts/kernel_lite/math_posix/src/
DComplexTest.c43 double d = cabs(testZ[i]); in TestCabs() local
64 float d = cabsf(testZ[i]); in TestCabsf() local
85 long double d = cabsl(testZ[i]); in TestCabsl() local
895 double d = cimag(testZ[i]); in TestCimag() local
916 float d = cimagf(testZ[i]); in TestCimagf() local
941 long double d = cimagl(testZ[i]); in TestCimagl() local
1296 double d = creal(testZ[i]); in TestCreal() local
1317 float d = crealf(testZ[i]); in TestCrealf() local
1339 long double d = creall(testZ[i]); in TestCreall() local
/test/xts/acts/kernel_lite/sys_posix/src/
DSysApiTest.cpp527 long d; variable