Searched refs:fp2 (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/
H A Dfcntl_test.cpp232 FILE* fp2 = fdopen(pipe2[0], "r"); local
233 ASSERT_TRUE(fp2 != NULL);
234 ASSERT_TRUE(fgets(buf2, sizeof(buf2), fp2) != NULL);
235 fclose(fp2);
H A Dmath_expf_test.cpp426 0x1.7fp2

Completed in 189 milliseconds