Searched refs:triple (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/glteapot/
H A DVector3.h165 inline float triple(const Vector3& v1, const Vector3& v2) const function in class:Vector3
305 triple(const Vector3& v1, const Vector3& v2, const Vector3& v3) function
307 return v1.triple(v2, v3);
/haiku-fatelf/src/apps/haiku3d/
H A DVector3.h176 inline float triple(const Vector3& v1, const Vector3& v2) const function in class:Vector3
329 triple(const Vector3& v1, const Vector3& v2, const Vector3& v3) function
331 return v1.triple(v2, v3);
/haiku-fatelf/build/scripts/
H A Dbuild_fatelf_cross_tools145 # Extract the arch from a host triple, and then map to a canonical arch
147 local triple="$1"
148 local arch=$(echo "$triple" | awk -F '-' '{print $1}')
158 # Extract the OS name from a host triple
160 local triple="$1"
161 echo "${triple}" | awk -F- '{print $3}' | sed 's/[0-9\.]*$//'
562 fprintf $fd " Accepts the same target triple values as --targets."
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk1340 ## begin gnulib module hash-triple
1342 libcoreutils_a_SOURCES += hash-triple.c
1344 EXTRA_DIST += hash-triple.h
1346 ## end gnulib module hash-triple

Completed in 54 milliseconds