Home
last modified time | relevance | path

Searched refs:negative_sign (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dnegative_sign.pass.cpp63 assert(f.negative_sign() == std::string()); in main()
67 assert(f.negative_sign() == std::string()); in main()
71 assert(f.negative_sign() == std::wstring()); in main()
75 assert(f.negative_sign() == std::wstring()); in main()
80 assert(f.negative_sign() == "-"); in main()
84 assert(f.negative_sign() == "-"); in main()
88 assert(f.negative_sign() == L"-"); in main()
92 assert(f.negative_sign() == L"-"); in main()
97 assert(f.negative_sign() == "-"); in main()
101 assert(f.negative_sign() == "-"); in main()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
Dnegative_sign.pass.cpp62 assert(f.negative_sign() == "-"); in main()
66 assert(f.negative_sign() == "-"); in main()
70 assert(f.negative_sign() == L"-"); in main()
74 assert(f.negative_sign() == L"-"); in main()
/external/libcxx/src/
Dlocale.cpp5936 __negative_sign_ = lc->negative_sign; in init()
5992 __negative_sign_ = lc->negative_sign; in init()
6074 bb = lc->negative_sign; in init()
6165 bb = lc->negative_sign; in init()
/external/libcxx/include/
Dlocale2754 _LIBCPP_ALWAYS_INLINE string_type negative_sign() const {return do_negative_sign();}
2880 __nsn = __mp.negative_sign();
2893 __nsn = __mp.negative_sign();
3330 __sn = __mp.negative_sign();
3350 __sn = __mp.negative_sign();
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3488 Label negative_sign, done; in DoMathFloor() local
3493 __ j(below, &negative_sign, Label::kNear); in DoMathFloor()
3515 __ bind(&negative_sign); in DoMathFloor()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3407 Label negative_sign, done; in DoMathFloor() local
3412 __ j(below, &negative_sign, Label::kNear); in DoMathFloor()
3434 __ bind(&negative_sign); in DoMathFloor()