/third_party/ffmpeg/ |
H A D | configure | 4567 -Wno-pointer-sign) echo -Wno-other ;; 7037 check_disable_warning -Wno-pointer-sign 7145 # 144, 167, 556: -Wno-pointer-sign 7226 add_cflags -W${armcc_opt},--diag_suppress=167 # pointer sign 7227 add_cflags -W${armcc_opt},--diag_suppress=513 # pointer sign
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 3204 viewport_extent(const struct pipe_viewport_state *state, int axis, float sign) in viewport_extent() argument 3206 return copysignf(state->scale[axis], sign) + state->translate[axis]; in viewport_extent()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 1420 DECLARE_UNARY_GENTYPE_FUNCS(sign) 1952 << BuiltinFuncInfo("sign", "sign", GT, Value(GT, -1.5f, 1.5f), notUsed, notUsed, 0.3f, 0.5f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(sign) ) in init()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_autogen.cpp | 3338 constexpr const ImmutableString sign("sign"); 6708 BuiltInName::sign, 6716 BuiltInName::sign, 6724 BuiltInName::sign, 6732 BuiltInName::sign, 6740 BuiltInName::sign, 6748 BuiltInName::sign, 6756 BuiltInName::sign, 6764 BuiltInName::sign, [all...] |
H A D | SymbolTable_ESSL_autogen.cpp | 2149 constexpr const ImmutableString sign("sign"); 4993 BuiltInName::sign, 5001 BuiltInName::sign, 5009 BuiltInName::sign, 5017 BuiltInName::sign, 5025 BuiltInName::sign, 5033 BuiltInName::sign, 5041 BuiltInName::sign, 5049 BuiltInName::sign, [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 1968 // The return value of std::fmod() has the same sign as its first operand, which is how OpFRem spec'd. in createOpFRemGroup() 2462 // The return value of std::fmod() has the same sign as its first operand, which is how OpFRem spec'd. in createOpSRemComputeGroup() 2562 // The return value of std::fmod() has the same sign as its first operand, which is how OpFRem spec'd. in createOpSRemComputeGroup64() 2668 // They have the same sign in createOpSModComputeGroup() 2673 // They have opposite sign. The remainder operation takes the in createOpSModComputeGroup() 2674 // sign inputInts1[ndx] but OpSMod is supposed to take ths sign in createOpSModComputeGroup() 2676 // the result has the correct sign and that it is still in createOpSModComputeGroup() 2789 // They have the same sign in createOpSModComputeGroup64() 2794 // They have opposite sign in createOpSModComputeGroup64() [all...] |
H A D | vktSpvAsmTypeTests.cpp | 3955 MAKE_TEST_SV_I_8136("sign", GLSLstd450SSign, sign, FILTER_NONE, RANGE_FULL, "GLSL.std.450")
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 1966 // The return value of std::fmod() has the same sign as its first operand, which is how OpFRem spec'd. in createOpFRemGroup() 2460 // The return value of std::fmod() has the same sign as its first operand, which is how OpFRem spec'd. in createOpSRemComputeGroup() 2560 // The return value of std::fmod() has the same sign as its first operand, which is how OpFRem spec'd. in createOpSRemComputeGroup64() 2666 // They have the same sign in createOpSModComputeGroup() 2671 // They have opposite sign. The remainder operation takes the in createOpSModComputeGroup() 2672 // sign inputInts1[ndx] but OpSMod is supposed to take ths sign in createOpSModComputeGroup() 2674 // the result has the correct sign and that it is still in createOpSModComputeGroup() 2787 // They have the same sign in createOpSModComputeGroup64() 2792 // They have opposite sign in createOpSModComputeGroup64() [all...] |
H A D | vktSpvAsmTypeTests.cpp | 3957 MAKE_TEST_SV_I_8136("sign", GLSLstd450SSign, sign, FILTER_NONE, RANGE_FULL, "GLSL.std.450")
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 95 sign = negative, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 2658 res_type.sign = 1; in lp_build_nir_soa()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 3357 viewport_extent(const struct pipe_viewport_state *state, int axis, float sign) in viewport_extent() argument 3359 return copysignf(state->scale[axis], sign) + state->translate[axis]; in viewport_extent()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 3004 static png_byte sign[8] = { 137, 80, 78, 71, 13, 10, 26, 10 }; in modifier_read_imp() local 3010 if (memcmp(pm->buffer, sign, 8) != 0) in modifier_read_imp()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 6116 /* check the sign of n */ in nk_pow() 11761 float y_crossing, step, sign, area; in nk_tt__fill_active_edges_new() local 11781 sign = e->direction; in nk_tt__fill_active_edges_new() 11783 area = sign * (y_crossing-y0); in nk_tt__fill_active_edges_new() 11787 step = sign * dy; in nk_tt__fill_active_edges_new() 11794 scanline[x2] += area + sign * (1.0f-((float)(x2-x2)+((float)x_bottom-(float)x2))/2.0f) * (y1-y_crossing); in nk_tt__fill_active_edges_new() 11795 scanline_fill[x2] += sign * (y1-y0); in nk_tt__fill_active_edges_new()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3044 % @pounds{} is a sterling sign, which Knuth put in the CM italic font. 3175 % @textdegree - the normal degrees sign. 7773 % sign. Make them active and then expand them all to nothing.
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 2816 SimpleInstallFunction(isolate_, math, "sign", Builtin::kMathSign, 1, true); in InitializeGlobal() 5126 V(sign, Sign) \ in InitializeGlobal_harmony_temporal()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 732 // Just sign-extend the lower 32 bits. in SmiToTaggedIndex() 797 // Clear the upper half using sign-extension. in SmiUntag() 989 // take the sign of the left hand side {a}, which is negative. in SmiMod() 7837 // * Let int be the mathematical value that is the same sign as number and 11089 TNode<Uint32T> sign = DecodeWord32<BigIntBase::SignBits>(bitfield); 11099 GotoIf(Word32Equal(sign, Int32Constant(0)), &done);
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 3955 ** percent sign - "%" - followed by exactly two hexadecimal digits 34044 int sign = 1; /* sign of significand */ sqlite3AtoF() local [all...] |