| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | type_vec3.inl | 63 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 …]
|
| D | type_vec1.inl | 37 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 …]
|
| D | type_vec2.inl | 50 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 …]
|
| D | type_vec4.inl | 186 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 …]
|
| D | type_mat2x2.inl | 43 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 …]
|
| D | type_mat3x3.inl | 46 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
|
| D | type_mat2x3.inl | 41 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
|
| D | type_mat2x4.inl | 41 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
|
| D | type_mat4x2.inl | 54 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
|
| D | type_mat3x2.inl | 44 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
|
| D | type_mat3x4.inl | 44 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
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-subset-instancer-solver.cc | 179 double scalar = 1.0; in _solve() local 194 double scalar = outGain; in _solve() local 273 double scalar = 1.0; in _solve() local 328 double scalar = supportScalar (axisMin, tent); in _solve() local
|
| /third_party/protobuf/src/google/protobuf/json/internal/ |
| D | writer.cc | 129 uint32_t scalar = static_cast<uint8_t>(str[0]); in ConsumeUtf8Scalar() local 196 static bool MustEscape(uint32_t scalar, absl::string_view& custom_escape) { in MustEscape() 271 auto scalar = ConsumeUtf8Scalar(str); in WriteEscapedUtf8() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/ |
| D | validators.h | 36 Status ValidateScalarValue(const std::string &op_name, const std::string &scalar_name, T scalar, in ValidateScalarValue() 57 …ValidateScalarNotZero(const std::string &op_name, const std::string &scalar_name, const T scalar) { in ValidateScalarNotZero()
|
| D | validators.cc | 20 …eIntScalarNonNegative(const std::string &op_name, const std::string &scalar_name, int32_t scalar) { in ValidateIntScalarNonNegative()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationEmitPrefersPathKindBasedOnBundling.ts | 12 export function scalar(value: string): Scalar { function
|
| D | declarationEmitPrefersPathKindBasedOnBundling2.ts | 13 export function scalar(value: string): Scalar { function
|
| /third_party/mesa3d/src/amd/common/nir/ |
| D | ac_nir_lower_global_access.c | 12 is_u2u64(nir_scalar scalar) in is_u2u64() 26 try_extract_additions(nir_builder *b, nir_scalar scalar, uint64_t *out_const, in try_extract_additions()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
| D | memory.h | 83 using scalar = std::unique_ptr<T>; member
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ir/ |
| D | kernel_tensor_value.h | 44 KernelTensorValue(T scalar, const TypePtr &t) : Value(t) { in KernelTensorValue()
|
| /third_party/skia/src/utils/mac/ |
| D | SkCGBase.h | 24 static inline CGFloat SkScalarToCGFloat(SkScalar scalar) { in SkScalarToCGFloat()
|
| /third_party/skia/m133/src/utils/mac/ |
| D | SkCGBase.h | 27 static inline CGFloat SkScalarToCGFloat(SkScalar scalar) { in SkScalarToCGFloat()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | declarationEmitPrefersPathKindBasedOnBundling.js | 26 function scalar(value) { function
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_frontend_func_impl/ |
| D | tuple_to_tensor.cc | 86 ScalarPtr scalar = v->cast<ScalarPtr>(); in CreateTensorWithValueTuple() local 125 ScalarPtr scalar = v->cast<ScalarPtr>(); in SeqToTensorByType() local
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLConstructorSplat.h | 31 ConstructorSplat(const Expression& scalar, const Type& type) in ConstructorSplat()
|