Home
last modified time | relevance | path

Searched defs:ten (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp245 double ten = 10.0; in testPositiveInfinity() local
283 double ten = 10.0; in testNegativeInfinity() local
375 double ten = 10.0; in testIsNaN() local
402 double ten = 10.0; in NaNGT() local
429 double ten = 10.0; in NaNLT() local
456 double ten = 10.0; in NaNGTE() local
483 double ten = 10.0; in NaNLTE() local
510 double ten = 10.0; in NaNE() local
537 double ten = 10.0; in NaNNE() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtsputil.cpp245 double ten = 10.0; in testPositiveInfinity() local
283 double ten = 10.0; in testNegativeInfinity() local
375 double ten = 10.0; in testIsNaN() local
402 double ten = 10.0; in NaNGT() local
429 double ten = 10.0; in NaNLT() local
456 double ten = 10.0; in NaNGTE() local
483 double ten = 10.0; in NaNLTE() local
510 double ten = 10.0; in NaNE() local
537 double ten = 10.0; in NaNNE() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Dms_struct-bitfield-3.c41 struct ten { struct
49 static int a2[(size_struct_2 == sizeof (struct ten)) -1]; argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc344 auto ten = ops::Const<int32>( in TEST() local
408 auto ten = ops::Const<int32>( in TEST() local
494 auto ten = ops::Const<int32>( in TEST() local
624 auto ten = ops::Const<int32>( in TEST() local
675 auto ten = ops::Const<int32>( in TEST() local
746 auto ten = ops::Const<int32>(scope.WithOpName("while/cond/ten") in TEST() local
832 auto ten = ops::Const<int32>(scope.WithOpName("while/cond/ten") in TEST() local
975 auto ten = ops::Const<int32>(scope.WithOpName("outer/Less/y") in RunTest() local
1185 auto ten = ops::Const<int32>( in CheckOuterNodesFunctionalized() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/quantization/
H A Dquantization_utils.h12 inline std::string torch_tensor_device_name(const at::Tensor& ten) { in torch_tensor_device_name()
16 #define TENSOR_NDIM_EQUALS(ten, dims) \ argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dopt_peephole_select.cpp81 nir_def *ten = nir_imm_int(&bld, 10); in TEST_F() local
132 nir_def *ten = nir_imm_int(&bld, 10); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtracer.cpp147 auto& ten = var.toTensor(); in getValue() local
949 auto ten = in getSizeOf() local
970 auto ten = in getNumelOf() local
1021 Value* ten = getValueTrace(var); in stashIntArrayRefElem() local
1036 Value* ten = getValueTrace(var); in stashValue() local
/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A DStrtolTest.h37 const char *ten = "10"; in InvalidBase() local
47 const char *ten = "10"; in CleanBaseTenDecode() local
H A DAtoiTest.h23 const char *ten = "10"; in validNumbers() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops.cpp1154 for (const auto& ten : indices) { in __anonbfe5918f4702() local
1169 for (const auto& ten : indices) { in __anonbfe5918f4802() local
1187 for (const auto& ten : indices) { in __anonbfe5918f4902() local
1205 for (const auto& ten : indices) { in __anonbfe5918f4a02() local
1223 for (const auto& ten : indices) { in __anonbfe5918f4b02() local
1241 for (const auto& ten : indices) { in __anonbfe5918f4c02() local
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Posix/
H A Dprint_cmdline.cc9 volatile int ten = 10; variable
H A Dhalt_on_error_suppress_equal_pcs.cc26 volatile int ten = 10; variable
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Dhalt_on_error-1.c11 volatile int ten = 10; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cu498 inline std::string torch_tensor_device_name(const at::Tensor& ten) { in torch_tensor_device_name()
503 const std::optional<at::Tensor>& ten) { in torch_tensor_device_name()
511 inline bool torch_tensor_on_cuda_gpu_check(const at::Tensor& ten) { in torch_tensor_on_cuda_gpu_check()
516 const std::optional<at::Tensor>& ten) { in torch_tensor_on_cuda_gpu_check()
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTimeComparatorTest.java66 NotificationRecord ten = mock(NotificationRecord.class); in testCompare() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp9.cpp32 static const unsigned char ten = 10; variable
/aosp_15_r20/external/eigen/bench/btl/generic_bench/utils/
H A Dsize_lin_log.hh28 int ten=10; in size_lin_log() local
/aosp_15_r20/prebuilts/go/linux-x86/misc/cgo/gmp/
Dpi.go21 ten = big.NewInt(10) var
/aosp_15_r20/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
H A DR$integer.class ... java.lang.Object { public static final int ten public static final int twelve public void <init> ...
/aosp_15_r20/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
H A Dostream_joiner.cons.pass.cpp31 const std::wstring ten = L"10"; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
H A Dostream_joiner.cons.pass.cpp32 const std::wstring ten = L"10"; in main() local
/aosp_15_r20/libcore/luni/src/test/java21language/java/libcore/libcore/internal/
H A DJava21LanguageFeaturesTest.java108 final var ten = new Java21LanguageFeatures.PairableInt(10); in testSwitchRecordPatterns() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/benches/
Dshootout-pidigits.rs87 let ten = Context::from_i32(10); in eliminate_digit() localVariable
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Doperatorbench.py76 def to_channels_last(ten): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dconstants.cpp12 static bool insertableTensor(const at::Tensor& ten) { in insertableTensor()

123