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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddtoa.c61 double num1; local
66 num1 = PR_strtod("1e24",NULL);
67 if(num1 != num){
79 num1 = PR_strtod("0.001e7",NULL);
80 if(num1 != num){
91 num1 = PR_strtod("0.0000000000000753",NULL);
92 if(num1 != num){
104 num1 = PR_strtod("1.867e73",NULL);
105 if(num1 != num){
117 num1
[all...]

Completed in 56 milliseconds