Home
last modified time | relevance | path

Searched refs:number_string (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/micro/
Ddebug_log_numbers.cc91 char number_string[kFastToBufferSize]; in StrCatInt32() local
92 FastInt32ToBufferLeft(number, number_string); in StrCatInt32()
93 return StrCatStr(main, main_max_length, number_string); in StrCatInt32()
98 char number_string[kFastToBufferSize]; in StrCatUInt32() local
99 FastUInt32ToBufferLeft(number, number_string, base); in StrCatUInt32()
100 return StrCatStr(main, main_max_length, number_string); in StrCatUInt32()
164 char number_string[kFastToBufferSize]; in DebugLogInt32() local
165 FastInt32ToBufferLeft(i, number_string); in DebugLogInt32()
166 DebugLog(number_string); in DebugLogInt32()
170 char number_string[kFastToBufferSize]; in DebugLogUInt32() local
[all …]
/external/libchrome/build/
Dgn_helpers.py270 number_string = self.input[begin:self.cur]
271 if not len(number_string) or number_string == '-':
273 return int(number_string)
/external/v8/src/builtins/
Dbuiltins-date-gen.cc196 Node* number_string = LoadRoot(Heap::knumber_stringRootIndex); in TF_BUILTIN() local
197 GotoIf(WordEqual(hint, number_string), &hint_is_number); in TF_BUILTIN()
207 CallBuiltin(Builtins::kStringEqual, context, hint, number_string), in TF_BUILTIN()
/external/v8/src/interpreter/
Dbytecode-flags.cc47 if (raw_literal == ast_constants->number_string()) { in GetFlagForLiteral()
/external/v8/src/
Dheap-symbols.h154 V(number_string, "number") \
Dcode-stub-assembler.cc11573 result_var.Bind(HeapConstant(isolate()->factory()->number_string())); in Typeof()
Dobjects.cc718 if (object->IsNumber()) return isolate->factory()->number_string(); in TypeOf()
/external/v8/src/runtime/
Druntime-intl.cc438 return ReadOnlyRoots(isolate).number_string(); in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Dtyped-optimization.cc562 jsgraph()->Constant(ObjectRef(js_heap_broker(), f->number_string()))); in ReduceTypeOf()
Djs-heap-broker.cc604 GetOrCreateData(f->number_string()); in SerializeStandardObjects()
/external/v8/src/heap/
Dfactory.cc3880 return number_string(); in ToPrimitiveHintString()