Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dstring.c58 #define equal(a, b) funcqual(a,b,__LINE__); macro
97 equal(one, "abcd"); /* Basic test. */ in test_string()
100 equal(one, "x"); /* Writeover. */ in test_string()
101 equal(one+2, "cd"); /* Wrote too much? */ in test_string()
105 equal(one, "hi there"); /* Basic test encore. */ in test_string()
106 equal(two, "hi there"); /* Stomped on source? */ in test_string()
109 equal(one, ""); /* Boundary condition. */ in test_string()
115 equal(one, "ijklmn"); /* Basic test. */ in test_string()
119 equal(one, "xyz"); /* Writeover. */ in test_string()
120 equal(one+4, "mn"); /* Wrote too much? */ in test_string()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dputenv.c26 register char *p, *equal; in putenv() local
34 if (!(equal = strchr (p, '='))) in putenv()
40 *equal = '\0'; in putenv()
41 rval = setenv (p, equal + 1, 1); in putenv()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dmemcmp.S98 bge Lequal_exit # quit (equal) if max_bytes exhausted
102 cmpobe g5,g3,.Lwloop # branch if source words are equal
Dstrpbrk.S83 cmpo g6,g7 # is brkset char equal to string char?
Dstrncmp.S110 cmpo 0,g6 # they are equal. are they null?
Dmemcmp_ca.S150 b Lequal_exit # strings were equal up through max_bytes
171 Lequal_exit: # words are equal up thru null byte
Dstrncmp_ca.S151 b Lequal_exit # strings were equal up through max_bytes
188 b Lequal_exit # strings were equal up through max_bytes
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/sys/
Dasm.h29 # error __riscv_xlen must equal 32 or 64
/picolibc-3.7.0-3.6.0/test/
Dtest-fma.c219 equal(double x, double y) in equal() function
246 if (!equal(r, s)) { in test_fma()
/picolibc-3.7.0-3.6.0/newlib/
Dnewlib.hin360 /* Define if the platform long double type is equal to double. */
DChangeLog-20158068 contains an equal sign.
8083 name is NULL, empty, or contains equal sign.
8091 names that contain equal chars.
8094 EINVAL if name contains an equal sign. Do not remove any equal signs
8097 if name contains equal sign. Return -1 if no variable(s) were found
17972 default linux sigset_t typedef by defining it equal to __sigset_t.
18404 * Makefile.am (AM_MAKEFLAGS): Change setting of CC to equal
19266 * libc/stdlib/Makefile.am (LIB_COMPILE): Change to equal