Home
last modified time | relevance | path

Searched defs:atol (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dstrtol.cpp166 long atol(const char* s) { in atol() function
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
H A DTestHarness.h483 float atol = 0.0f; member
/aosp12/bionic/tests/
H A Dstdlib_test.cpp908 TEST(stdlib, atol) { in TEST() argument