Home
last modified time | relevance | path

Searched refs:square_root (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dsse-scalar-fp-arith-unary.ll40 define <4 x float> @square_root(<4 x float> %x) {
41 ; SSE-LABEL: square_root:
46 ; AVX-LABEL: square_root:
/external/llvm-project/llvm/test/CodeGen/X86/
Dsse-scalar-fp-arith-unary.ll45 define <4 x float> @square_root(<4 x float> %x) {
46 ; SSE-LABEL: square_root:
51 ; AVX-LABEL: square_root:
/external/crcalc/src/com/hp/creals/
DCR.java898 CR square_root = shiftRight(1).exp(); in exp() local
899 return square_root.multiply(square_root); in exp()
/external/pdfium/fpdfsdk/
Dfpdf_edit_embeddertest.cpp703 int square_root; in CheckMarkCounts() local
705 FPDFPageObjMark_GetParamIntValue(mark, "Factor", &square_root)); in CheckMarkCounts()
706 EXPECT_EQ(expected_square, square_root * square_root); in CheckMarkCounts()