Home
last modified time | relevance | path

Searched defs:reflect (Results 1 – 20 of 20) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dfunction-new-target.js22 var reflect = Reflect.construct(Function, ['a','b','return a+b'], func); variable
/third_party/node/lib/internal/modules/esm/
Dcreate_dynamic_module.js42 const reflect = { variable
/third_party/boost/boost/
Dcrc.hpp483 Unsigned reflect_optionally( Unsigned x, bool reflect, int word_length in reflect_optionally()
498 unsigned char reflect_byte_optionally( unsigned char x, bool reflect ) in reflect_byte_optionally()
551 reflect ) in crc_modulo_word_update()
670 word_length, bool reflect ) in augmented_crc_modulo_word_update()
969 truncated_divisor, bool reflect ) in make_partial_xor_products_table()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_geometric.inl216 GLM_FUNC_QUALIFIER genType reflect(genType const & I, genType const & N) function
222 GLM_FUNC_QUALIFIER vecType<T, P> reflect(vecType<T, P> const & I, vecType<T, P> const & N) function
/third_party/boost/libs/math/tools/
Dbessel_data.cpp33 bool reflect = false; in bessel_jy_bare() local
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c800 static const GLfloat reflect[16] = { in radeon_validate_texgen() local
/third_party/boost/boost/math/special_functions/detail/
Dbessel_ik.hpp307 bool reflect = false; in bessel_ik() local
Dbessel_jy.hpp271 bool reflect = false; in bessel_jy() local
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp89 inline float reflect (float i, float n) { return i - 2.0f * (n * i) * n; } in reflect() function
189 inline Vector<T, Size> reflect (const Vector<T, Size>& i, const Vector<T, Size>& n) in reflect() function
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c1098 static const GLfloat reflect[16] = { in r200_validate_texgen() local
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dpromise.js114 Promise.prototype.reflect = function () { method in Promise
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl669 GLM_FUNC_QUALIFIER detail::fvec4SIMD reflect function
/third_party/boost/boost/variant/
Dvariant.hpp905 class reflect class
/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp699 string reflect; member
/third_party/flutter/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1602 bool reflect = false; in onPrepareDraws() local
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1676 bool reflect = false; in onPrepareDraws() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_autogen.cpp1646 constexpr const ImmutableString reflect("reflect"); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2142 constexpr const ImmutableString reflect("reflect"); variable
DSymbolTable_autogen.cpp3323 constexpr const ImmutableString reflect("reflect"); variable
/third_party/quickjs/
Dquickjs.c36807 int argc, JSValueConst *argv, int reflect) in js_object_isExtensible()
36827 int argc, JSValueConst *argv, int reflect) in js_object_preventExtensions()