Home
last modified time | relevance | path

Searched defs:scalar (Results 1 – 25 of 210) sorted by relevance

123456789

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec3.inl63 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(T scalar)
181 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(U scalar)
211 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(U scalar)
241 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator*=(U scalar)
339 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator%=(U scalar)
369 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator&=(U scalar)
399 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator|=(U scalar)
429 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator^=(U scalar)
459 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator<<=(U scalar)
489 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator>>=(U scalar)
[all …]
Dtype_vec1.inl37 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(T scalar)
104 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(U scalar)
120 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(U scalar)
136 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator*=(U scalar)
152 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator/=(U scalar)
202 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator%=(U scalar)
218 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator&=(U scalar)
234 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator|=(U scalar)
250 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator^=(U scalar)
266 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator<<=(U scalar)
[all …]
Dtype_vec2.inl50 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(T scalar)
137 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(U scalar)
164 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(U scalar)
191 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator*=(U scalar)
218 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator/=(U scalar)
281 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator%=(U scalar)
308 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator&=(U scalar)
335 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator|=(U scalar)
362 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator^=(U scalar)
389 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator<<=(U scalar)
[all …]
Dtype_vec4.inl186 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_SIMD tvec4<T, P>::tvec4(T scalar)
368 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator+=(U scalar)
389 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator-=(U scalar)
410 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator*=(U scalar)
431 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator/=(U scalar)
492 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator%=(U scalar)
513 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator&=(U scalar)
534 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator|=(U scalar)
555 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator^=(U scalar)
576 GLM_FUNC_QUALIFIER tvec4<T, P> & tvec4<T, P>::operator<<=(U scalar)
[all …]
Dtype_mat2x2.inl43 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(T scalar)
194 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator+=(U scalar)
212 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator-=(U scalar)
230 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator*=(U scalar)
246 GLM_FUNC_QUALIFIER tmat2x2<T, P>& tmat2x2<T, P>::operator/=(U scalar)
313 GLM_FUNC_QUALIFIER tmat2x2<T, P> operator+(tmat2x2<T, P> const & m, T scalar) argument
321 GLM_FUNC_QUALIFIER tmat2x2<T, P> operator+(T scalar, tmat2x2<T, P> const & m) argument
337 GLM_FUNC_QUALIFIER tmat2x2<T, P> operator-(tmat2x2<T, P> const & m, T scalar) argument
345 GLM_FUNC_QUALIFIER tmat2x2<T, P> operator-(T scalar, tmat2x2<T, P> const & m) argument
361 GLM_FUNC_QUALIFIER tmat2x2<T, P> operator*(tmat2x2<T, P> const & m, T scalar) argument
[all …]
Dtype_mat3x3.inl46 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(T scalar)
356 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator+(tmat3x3<T, P> const & m, T scalar) argument
365 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator+(T scalar, tmat3x3<T, P> const & m) argument
383 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator-(tmat3x3<T, P> const & m, T scalar) argument
392 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator-(T scalar, tmat3x3<T, P> const & m) argument
410 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator*(tmat3x3<T, P> const & m, T scalar) argument
419 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator*(T scalar, tmat3x3<T, P> const & m) argument
512 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator/(tmat3x3<T, P> const & m, T scalar) argument
521 GLM_FUNC_QUALIFIER tmat3x3<T, P> operator/(T scalar, tmat3x3<T, P> const & m) argument
Dtype_mat2x3.inl41 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(T scalar)
299 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator+(tmat2x3<T, P> const & m, T scalar) argument
315 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator-(tmat2x3<T, P> const & m, T scalar) argument
331 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator*(tmat2x3<T, P> const & m, T scalar) argument
339 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator*(T scalar, tmat2x3<T, P> const & m) argument
430 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator/(tmat2x3<T, P> const & m, T scalar) argument
438 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator/(T scalar, tmat2x3<T, P> const & m) argument
Dtype_mat2x4.inl41 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(T scalar)
300 GLM_FUNC_QUALIFIER tmat2x4<T, P> operator+(tmat2x4<T, P> const & m, T scalar) argument
316 GLM_FUNC_QUALIFIER tmat2x4<T, P> operator-(tmat2x4<T, P> const & m, T scalar) argument
332 GLM_FUNC_QUALIFIER tmat2x4<T, P> operator*(tmat2x4<T, P> const & m, T scalar) argument
340 GLM_FUNC_QUALIFIER tmat2x4<T, P> operator*(T scalar, tmat2x4<T, P> const & m) argument
439 GLM_FUNC_QUALIFIER tmat2x4<T, P> operator/(tmat2x4<T, P> const & m, T scalar) argument
447 GLM_FUNC_QUALIFIER tmat2x4<T, P> operator/(T scalar, tmat2x4<T, P> const & m) argument
Dtype_mat4x2.inl54 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(T scalar)
380 GLM_FUNC_QUALIFIER tmat4x2<T, P> operator+(tmat4x2<T, P> const & m, T scalar) argument
400 GLM_FUNC_QUALIFIER tmat4x2<T, P> operator-(tmat4x2<T, P> const & m, T scalar) argument
420 GLM_FUNC_QUALIFIER tmat4x2<T, P> operator*(tmat4x2<T, P> const & m, T scalar) argument
430 GLM_FUNC_QUALIFIER tmat4x2<T, P> operator*(T scalar, tmat4x2<T, P> const & m) argument
513 GLM_FUNC_QUALIFIER tmat4x2<T, P> operator/(tmat4x2<T, P> const & m, T scalar) argument
523 GLM_FUNC_QUALIFIER tmat4x2<T, P> operator/(T scalar, tmat4x2<T, P> const & m) argument
Dtype_mat3x2.inl44 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(T scalar)
340 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator+(tmat3x2<T, P> const & m, T scalar) argument
358 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator-(tmat3x2<T, P> const & m, T scalar) argument
376 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator*(tmat3x2<T, P> const & m, T scalar) argument
385 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator*(T scalar, tmat3x2<T, P> const & m) argument
462 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator/(tmat3x2<T, P> const & m, T scalar) argument
471 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator/(T scalar, tmat3x2<T, P> const & m) argument
Dtype_mat3x4.inl44 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(T scalar)
340 GLM_FUNC_QUALIFIER tmat3x4<T, P> operator+(tmat3x4<T, P> const & m, T scalar) argument
358 GLM_FUNC_QUALIFIER tmat3x4<T, P> operator-(tmat3x4<T, P> const & m, T scalar) argument
376 GLM_FUNC_QUALIFIER tmat3x4<T, P> operator*(tmat3x4<T, P> const & m, T scalar) argument
385 GLM_FUNC_QUALIFIER tmat3x4<T, P> operator*(T scalar, tmat3x4<T, P> const & m) argument
502 GLM_FUNC_QUALIFIER tmat3x4<T, P> operator/(tmat3x4<T, P> const & m, T scalar) argument
511 GLM_FUNC_QUALIFIER tmat3x4<T, P> operator/(T scalar, tmat3x4<T, P> const & m) argument
/external/tensorflow/tensorflow/core/tfrt/utils/
Dfallback_tensor_test.cc25 int32_t scalar = 123; in TEST() local
39 tensorflow::tstring scalar = "string"; in TEST() local
53 int32_t scalar = 123; in TEST() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
DScalarAnalysis.java19 public String scalar; field in ScalarAnalysis
27 public ScalarAnalysis(String scalar, boolean empty, boolean multiline, boolean allowFlowPlain, in ScalarAnalysis()
/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple_mul.c25 const EC_RAW_POINT *p, const EC_SCALAR *scalar) { in ec_GFp_mont_mul()
80 const EC_SCALAR *scalar) { in ec_GFp_mont_mul_base()
101 const EC_SCALAR *scalar, unsigned i) { in ec_GFp_mont_batch_get_window()
215 const EC_SCALAR *scalar, unsigned i) { in ec_GFp_mont_get_comb_window()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dsimple_mul.c25 const EC_RAW_POINT *p, const EC_SCALAR *scalar) { in ec_GFp_mont_mul()
80 const EC_SCALAR *scalar) { in ec_GFp_mont_mul_base()
101 const EC_SCALAR *scalar, unsigned i) { in ec_GFp_mont_batch_get_window()
215 const EC_SCALAR *scalar, unsigned i) { in ec_GFp_mont_get_comb_window()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructor.java88 public CompactData getCompactData(String scalar) { in getCompactData()
143 ScalarNode scalar = (ScalarNode) key; in getConstructor() local
150 ScalarNode scalar = (ScalarNode) node; in getConstructor() local
/external/eigen/bench/
DbenchGeometry.cpp79 #define run_vec( op, scalar, mode, option, vsize ) \ argument
88 #define run_trans( op, scalar, mode, option ) \ argument
/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_contrast_op.h69 Eigen::Sizes<1, 1, 1, 1> scalar; in operator() local
139 Eigen::Sizes<1, 1, 1, 1> scalar; in operator() local
/external/boringssl/src/crypto/curve25519/
Dx25519_test.cc94 uint8_t scalar[32] = {9}, point[32] = {9}, out[32]; in TEST() local
113 uint8_t scalar[32] = {9}, point[32] = {9}, out[32]; in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/
Dx25519_test.cc94 uint8_t scalar[32] = {9}, point[32] = {9}, out[32]; in TEST() local
113 uint8_t scalar[32] = {9}, point[32] = {9}, out[32]; in TEST() local
/external/tensorflow/tensorflow/core/util/
Dptr_util.h34 using scalar = std::unique_ptr<T>; member
/external/rust/crates/ring/src/ec/
Dcurve25519.rs21 mod scalar; module
/external/openscreen/third_party/abseil/src/absl/memory/
Dmemory.h83 using scalar = std::unique_ptr<T>; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/memory/
Dmemory.h83 using scalar = std::unique_ptr<T>; member
/external/libtextclassifier/abseil-cpp/absl/memory/
Dmemory.h83 using scalar = std::unique_ptr<T>; member

123456789