Searched defs:fval (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/libutil/
H A Dop_cpufreq.c19 double fval = 0.0; local
39 if (sscanf(line, "cpu MHz : %lf", &fval) == 1)
42 if (sscanf(line, "clock : %lfMHz", &fval) == 1)
46 fval = uval / 1E6;
51 fval = uval / 1E6;
56 fval = uval * 3 / 2;
68 return fval;
/external/srec/srec/cfront/
H A Dchelfep.c113 featdata fval; local
136 fval = (featdata) MAKEBYTE(scval);
137 return (fval);
/external/qemu/
H A Dd3des.c324 register unsigned long fval, work, right, leftt; local
350 fval = SP7[ work & 0x3fL];
351 fval |= SP5[(work >> 8) & 0x3fL];
352 fval |= SP3[(work >> 16) & 0x3fL];
353 fval |= SP1[(work >> 24) & 0x3fL];
355 fval |= SP8[ work & 0x3fL];
356 fval |= SP6[(work >> 8) & 0x3fL];
357 fval |= SP4[(work >> 16) & 0x3fL];
358 fval |= SP2[(work >> 24) & 0x3fL];
359 leftt ^= fval;
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c354 static int lReverse(int fval) argument
356 unsigned int in = fval;
/external/v8/src/arm/
H A Dstub-cache-arm.cc953 Register fval,
969 __ and_(fval, ival, Operand(kBinary32SignMask), SetCC);
983 __ orr(fval, fval, Operand(exponent_word_for_1), LeaveCC, eq);
997 __ orr(fval,
998 fval,
1006 __ orr(fval,
1007 fval,
1011 __ str(fval, MemOperand(dst, wordoffset, LSL, 2));
949 StoreIntAsFloat(MacroAssembler* masm, Register dst, Register wordoffset, Register ival, Register fval, Register scratch1, Register scratch2) argument
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp809 double fval = strtod( ptr, endptr ); local
817 fval = fval2;
823 icvProcessSpecialDouble( fs, ptr, &fval, endptr );
825 return fval;
1004 double fval; local
1012 fval = icv_strtod( fs, ptr, &endptr );
1014 CV_CALL( icvProcessSpecialDouble( fs, endptr, &fval, &endptr ));*/
1017 node->data.f = fval;
1892 double fval; local
1899 fval
3302 double fval = node->data.f; local
[all...]

Completed in 1303 milliseconds