/third_party/node/deps/icu-small/source/i18n/ |
H A D | astro.cpp | 600 double delta; in trueAnomaly() local 1352 double delta = uprv_ceil (periodDays * DAY_MS / 8.0); in timeOfAngle() local 1404 long delta in riseOrSet() local [all...] |
H A D | rulebasedcollator.cpp | 352 RuleBasedCollator::getRules(UColRuleOption delta, UnicodeString &buffer) const { in getRules() argument
|
H A D | decimfmt.cpp | 987 int delta = 0; in setMultiplier() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 1403 uint32_t delta = pool->block_pool.center_bo_offset - last_pool_center_bo_offset; in adjust_relocations_from_state_pool() local 1423 uint32_t delta = pool->block_pool.center_bo_offset - last_pool_center_bo_offset; in adjust_relocations_to_state_pool() local 201 anv_reloc_list_add(struct anv_reloc_list *list, const VkAllocationCallbacks *alloc, uint32_t offset, struct anv_bo *target_bo, uint32_t delta, uint64_t *address_u64_out) anv_reloc_list_add() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 2595 double delta = tr1.getTime() >= tr2.getTime() ? tr1.getTime() - tr2.getTime() : tr2.getTime() - tr1.getTime(); in hasEquivalentTransitions() local
|
H A D | intltest.cpp | 2187 assertEqualsNear(const char* message, double expected, double actual, double delta) assertEqualsNear() argument 2291 assertEqualsNear(const UnicodeString& message, double expected, double actual, double delta) assertEqualsNear() argument [all...] |
/third_party/libinput/src/ |
H A D | libinput-private.h | 434 struct normalized_coords delta; member 818 struct device_float_coords delta; in device_delta() local 840 struct device_float_coords delta; device_float_delta() local [all...] |
H A D | evdev-tablet.c | 182 int delta, fuzz; in tablet_filter_axis_fuzz() local 491 struct device_coords delta = { 0, 0 }; in tablet_tool_process_delta() local [all...] |
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 273 double delta; in calc_latency() local [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64-inl.h | 22 void RelocInfo::apply(intptr_t delta) { in apply() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.cc | 611 int delta = 0; in CalculateFunctionLiteralChanges() local
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 423 int delta = actual_unused_property_fields - map().UnusedPropertyFields(); in JSObjectVerify() local
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 1056 TNode<IntPtrT> InterpreterAssembler::Advance(int delta) { in Advance() argument 1060 TNode<IntPtrT> InterpreterAssembler::Advance(TNode<IntPtrT> delta, in Advance() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | string.cc | 1734 int delta = old_size - new_size; in Truncate() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 780 int delta = allocated_string_size - string_size; in StringReplaceGlobalRegExpWithEmptyString() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_emit.c | 711 brw_add_reloc(struct brw_codegen *p, uint32_t id, enum brw_shader_reloc_type type, uint32_t offset, uint32_t delta) brw_add_reloc() argument
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 1108 felem delta, gamma, beta, alpha, ftmp, ftmp2; in point_double() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_net.c | 131 coap_tick_diff_t delta = now - ctx->sendqueue_basetime; in coap_adjust_basetime() local 2418 uint16_t delta in coap_new_error_response() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 805 const float delta = 0.1f; // much smaller than the point size in testLargePoints() local 909 const float delta = 0.1f; // much smaller than the line width in testWideLines() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 805 const float delta = 0.1f; // much smaller than the point size in testLargePoints() local 909 const float delta = 0.1f; // much smaller than the line width in testWideLines() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 800 int64_t delta = static_cast<int64_t>(Value - FinalAddress + Addend); in resolvePPC64Relocation() local 809 int64_t delta = static_cast<int64_t>(Value - FinalAddress + Addend); in resolvePPC64Relocation() local 1474 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderRendering.cpp | 2153 float delta = float(single_rt_height) / float(whole_rt_height); in GeometryShaderRenderingLinesCase() local [all...] |
/third_party/openssl/test/ |
H A D | bntest.c | 2145 const double delta = counts[i] - expected; in test_rand_range_single() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 706 SENode* delta = scalar_evolution_.SimplifyExpression( in WeakZeroSourceSIVTest() local 858 SENode* delta = scalar_evolution_.SimplifyExpression( in WeakZeroDestinationSIVTest() local 1105 int64_t delta = std::abs(source_constant - destination_constant); GCDMIVTest() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 706 SENode* delta = scalar_evolution_.SimplifyExpression( in WeakZeroSourceSIVTest() local 858 SENode* delta = scalar_evolution_.SimplifyExpression( in WeakZeroDestinationSIVTest() local 1105 int64_t delta = std::abs(source_constant - destination_constant); GCDMIVTest() local [all...] |