Home
last modified time | relevance | path

Searched refs:atol (Results 101 - 109 of 109) sorted by relevance

12345

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_c_api_test_mslite.cpp258 void CompareResult(OH_AI_TensorHandleArray outputs, string model_name, float atol = 0.01, float rtol = 0.01, bool isquant = false) { in CompareResult()
272 bool result = compFp32WithTData(output_data, output_file, atol, rtol, isquant); in CompareResult()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c1287 socket_mtu = atol(opt_arg()); in s_client_main()
/third_party/openssl/apps/
H A Ds_client.c1287 socket_mtu = atol(opt_arg()); in s_client_main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c3884 global.idat_max = (png_uint_32)atol(6+*argv); in main()
/third_party/backends/backend/
H A Dumax_pp_low.c9524 cnst=atol(getenv("AREA")); in evalGain()
9526 cnst=atol(getenv("COEFF")); in evalGain()
9528 cnst=atol(getenv("CNST")); in evalGain()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp588 int64_t columnLongValue = atol(columnValue.c_str()); in TestQueryAssetLongParams()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3407 pub fn atol(s: *const c_char) -> c_long; in atol() functions
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp345 nodeInfo.SetLabeled(atol(accessibilityLabel.c_str())); in UpdateAccessibilityNodeInfo()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp5749 extern long int atol (const char *__nptr)
6824 using ::atol;
9646 using std::atol;
[all...]

Completed in 82 milliseconds

12345