OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdval
(Results
1 - 3
of
3
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java
139
double
sdVal
= buildResults.getDeviation();
143
if (!Double.isNaN(sdRef) && !Double.isNaN(
sdVal
) && dfRef > 0 && dfVal > 0) {
145
double sp_square = (dfRef * sdRef * sdRef + dfVal *
sdVal
*
sdVal
) / df;
/external/valgrind/main/none/tests/arm/
vfp.c
77
#define TESTINSN_vmov_core_single(instruction, RN, SD,
SDval
) \
81
printf(#SD" 0x%08x\t",
SDval
); \
88
: "r" (out), "r" (
SDval
) \
468
#define TESTINSN_VSTMIAnoWB32(instruction, RN, SD,
SDval
) \
477
: "r" (out), "r" (mem), "r" (
SDval
) \
781
#define TESTINSN_cmp_f32(instruction, SD,
SDval
, SM, SMval) \
794
: "r" (out), "r" (
SDval
),"r" (SMval) \
799
instruction, (out[0] & 0xf0000000) >> 28,
SDval
, SMval); \
802
#define TESTINSN_cmpz_f32(instruction, SD,
SDval
) \
813
: "r" (out), "r" (
SDval
)\
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
[
all
...]
Completed in 226 milliseconds