HomeSort by relevance Sort by last modified time
    Searched defs:Q0 (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 45 enum State { Q0, Q1, Accept, NumOfStates = 2, Reject = -1 };
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 102 #define Q0 1.45019531250000000000000000000e+00
254 q = Q0 +z*(Q1+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
  /external/libxaac/decoder/
ixheaacd_constants.h 26 #define Q0 1
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 105 CvPoint2D32f Q( CvPoint2D32f q0, CvPoint2D32f q1, CvPoint2D32f q2, double t );
108 CvPoint2D32f Q0, Q1, Q2;
241 Q0.x = F0->x * (-B0->x) + F0->y * (-B0->y);
242 Q0.y = F0->x * (-B0->y) - F0->y * (-B0->x);
250 d0 = Q0.x * Q1.y - Q0.y * Q1.x;
251 d1 = 0.5f*(Q0.x * Q2.y - Q0.y * Q2.x);
255 des = Q1.y*Q1.y - Q0.y*Q2.y;
261 t_zero = ( Q0.y - Q1.y + sqrt(des) )/( Q0.y - 2*Q1.y + Q2.y )
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 263 Q0
354 case Q0 <= r && r <= Q31:
355 return fmt.Sprintf("Q%d", int(r-Q0))
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
inst.go 263 Q0
354 case Q0 <= r && r <= Q31:
355 return fmt.Sprintf("Q%d", int(r-Q0))

Completed in 529 milliseconds