Searched defs:minus_one (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/multiprecision/test/ |
D | test_fpclassify.cpp | 295 T one(1), minus_one(-1), zero(0); in test() local
|
/third_party/boost/libs/math/test/ |
D | test_cstdfloat.cpp | 494 int minus_one; variable
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | cost_neon.c | 24 const int16x8_t minus_one = vdupq_n_s16(-1); in SetResidualCoeffs_NEON() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | cost_neon.c | 24 const int16x8_t minus_one = vdupq_n_s16(-1); in SetResidualCoeffs_NEON() local
|
/third_party/boost/boost/xpressive/ |
D | regex_primitives.hpp | 47 #define minus_one() proto::make<minus_one()> macro 73 typedef mpl::int_<-1> minus_one; typedef
|
/third_party/boost/boost/type_traits/ |
D | is_signed.hpp | 37 static const no_cv_t minus_one = (static_cast<no_cv_t>(-1)); member
|
D | is_unsigned.hpp | 38 static const no_cv_t minus_one = (static_cast<no_cv_t>(-1)); member
|
/third_party/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.h | 129 bool minus_one; member
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 227 FIXED one, minus_one, zero; in wglUseFontBitmapsW() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 12362 glw::GLfloat minus_one = -1.f; in Testfv() local 12486 glw::GLint minus_one = -1; in Testiv() local 12610 glw::GLint minus_one = -1; in TestIiv() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 1811 LLVMValueRef minus_one = lp_build_const_vec(bld->gallivm, type, -1.0); in lp_build_sgn() local
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1916 const struct dxil_value *minus_one = in emit_ufind_msb() local
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 100 static const mpd_t minus_one = {MPD_NEG|MPD_STATIC|MPD_CONST_DATA, 0, 1, 1, 1, variable
|