HomeSort by relevance Sort by last modified time
    Searched refs:z2 (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
TricubicSplineInterpolatingFunction.java 468 final double z2 = z * z; local
469 final double z3 = z2 * z;
470 final double[] pZ = { 1, z, z2, z3 };
  /external/boringssl/src/crypto/fipsmodule/ec/
p256-64.c 1032 /* point_add calcuates (x1, y1, z1) + (x2, y2, z2)
1036 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1045 const smallfelem z2) {
1054 z2_is_zero = smallfelem_is_zero(z2);
1063 /* ftmp2 = z2z2 = z2**2 */
1064 smallfelem_square(tmp, z2);
1076 /* ftmp5 = z1 + z2 */
1078 felem_small_sum(ftmp5, z2);
1081 /* ftmp5 = (z1 + z2)**2 - (z1z1 + z2z2) = 2z1z2 *
1545 felem z1, z2, x_in, y_in; local
    [all...]
  /external/clang/test/SemaCXX/
warn-comma-operator.cpp 74 for (int z1 = 5, z2 = 4, z3 = 3; x1 <4; ++x1) {}
overload-call.cpp 306 struct Z2 : Z { };
312 void db_rebind_test(Z2 z2) {
313 float& f1 = db_rebind(z2);
  /external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h 97 Packet8f z2 = pmul(z, z); local
98 Packet8f left = pmadd(p8f_coeff_left_7, z2, p8f_coeff_left_5);
99 left = pmadd(left, z2, p8f_coeff_left_3);
100 left = pmadd(left, z2, p8f_coeff_left_1);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
fuse_test.go 112 Goto("z2")),
115 Bloc("z2",
  /prebuilts/go/darwin-x86/src/math/big/
doc.go 34 z2 := new(Rat).SetFloat64(1.25) // z2 := 5/4
float_test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
fuse_test.go 112 Goto("z2")),
115 Bloc("z2",
  /prebuilts/go/linux-x86/src/math/big/
doc.go 34 z2 := new(Rat).SetFloat64(1.25) // z2 := 5/4
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat3x4.hpp 72 T const & x2, T const & y2, T const & z2, T const & w2);
82 typename X2, typename Y2, typename Z2, typename W2,
86 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
type_mat4x3.hpp 72 T const & x2, T const & y2, T const & z2,
85 typename X2, typename Y2, typename Z2,
90 X2 const & x2, Y2 const & y2, Z2 const & z2,
type_mat3x3.hpp 77 T const & x2, T const & y2, T const & z2);
87 typename X2, typename Y2, typename Z2,
91 X2 const & x2, Y2 const & y2, Z2 const & z2,
type_mat4x4.hpp 77 T const & x2, T const & y2, T const & z2, T const & w2,
90 typename X2, typename Y2, typename Z2, typename W2,
95 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
type_mat2x3.hpp 78 template <typename X1, typename Y1, typename Z1, typename X2, typename Y2, typename Z2>
81 X2 const & x2, Y2 const & y2, Z2 const & z2);
  /frameworks/rs/script_api/include/
rs_graphics.rsh 816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
837 float z2, float u2, float v2, float x3, float y3, float z3, float u3,
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1053 bBoxMax->z = z2;
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
837 float z2, float u2, float v2, float x3, float y3, float z3, float u3,
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1053 bBoxMax->z = z2;
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 4801 fe x1, x2, z2, x3, z3, tmp0, tmp1; local
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
vecmath.h 1047 float z2 = z_ * z_ * 2.0f; local
1055 mat.f_[0] = 1.0f - y2 - z2;
1059 mat.f_[5] = 1.0f - z2 - x2;
1073 float z2 = z_ * z_ * 2.0f; local
1081 mat.f_[0] = 1.0f - y2 - z2;
1085 mat.f_[5] = 1.0f - z2 - x2;
  /prebuilts/ndk/r13/sources/android/ndk_helper/
vecmath.h 1047 float z2 = z_ * z_ * 2.0f; local
1055 mat.f_[0] = 1.0f - y2 - z2;
1059 mat.f_[5] = 1.0f - z2 - x2;
1073 float z2 = z_ * z_ * 2.0f; local
1081 mat.f_[0] = 1.0f - y2 - z2;
1085 mat.f_[5] = 1.0f - z2 - x2;
  /external/webrtc/webrtc/base/
optional_unittest.cc 470 Optional<Logger> x1(a), x2(b), y1(a), y2, z1, z2; local
474 swap(z1, z2); // Swap empty <-> empty.
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 401 Float z2 = *Pointer<Float>(v2 + OFFSET(Vertex,Z)); local
404 z2 -= z0;
419 Float a = (y2 * z1 - y1 * z2) * D;
420 Float b = (x1 * z2 - x2 * z1) * D;
  /frameworks/rs/
rsFont.h 248 float x2, float y2, float z2,
  /frameworks/rs/script_api/
rs_graphics.spec 489 arg: float z2
515 arg: float z2
699 float x1, y1, z1, x2, y2, z2;
700 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
706 bBoxMax->z = z2;
  /external/ImageMagick/coders/
mat.c 818 unsigned z, z2;
935 case 8: z2=z=1; break; /* 2D matrix*/
936 case 12: z2=z = ReadBlobXXXLong(image2); /* 3D matrix RGB*/
940 case 16: z2=z = ReadBlobXXXLong(image2); /* 4D matrix animation */
815 unsigned z, z2; local
    [all...]

Completed in 3507 milliseconds

1 2 3 45 6 7 8